-
Notifications
You must be signed in to change notification settings - Fork 0
feat(Friend): 친구 CRUD 기능 추가 #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/presentation/FriendController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/presentation/dto/FriendResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/presentation/FriendController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/presentation/FriendController.java
Outdated
Show resolved
Hide resolved
…사용하도록 수정. userId를 getter를 통해 얻도록 수정
ckyeon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
각 객체들의 벨리데이션도 잘해주시고 전체적인 완성도가 👍입니다~
화이팅!!
src/main/java/com/sequence/anonymous/friend/application/FriendService.java
Show resolved
Hide resolved
src/main/java/com/sequence/anonymous/friend/presentation/FriendController.java
Outdated
Show resolved
Hide resolved
ckyeon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전체적으로 잘 짜주셨네요~~ 👍👍
그런데 다음부터 feat(entities): User 엔티티를 지연로딩 하도록 수정 커밋을 좀 더 명확하게
feat(Friend): change FetchType EAGER to LAZY
feat(Invite): change FetchType EAGER to LAZY
위와 같이 분할해주시면 더 좋을 것 같습니다!!
No description provided.